This is an event handling function that promotes players (i.e. adds them to different groups) once they accumulated certain wealth. Optionally, players can also be demoted (i.e. removed) from a group once their wealth falls below this group's threshold (toggled in config).
Economy-based Player Promotions require a permission plugin (such as PermissionsEX) and an economy plugin (such as iConomy) to be installed on your server.
Since there are many permission and economy plugins, it would be inefficient for CommandsEX to try and implement them all, as there already is a plugin that does exactly that. This plugin is called Vault and you will need to have it installed on your server for Economy-based Player Promotions to work.
There are 4 config options added to accommodate player time-based promotions:
Default value of ecoPromote option:
ecoPromote:
default: 0
Example usage:
ecoPromote:
rich: 5000 # add players with more than 5000 currency into group rich
Should there be a need to manually remove this feature from the JAR file, the following files must be removed: com/github/zathrus_writer/commandsex/handlers/Handler_economypromote.class